home *** CD-ROM | disk | FTP | other *** search
/ RISC User... in a Nutshell / RISC User... in a Nutshell.iso / !Nutshell / !OvnPro / !Run < prev    next >
Encoding:
Text File  |  1998-05-24  |  2.6 KB  |  64 lines

  1. |>$.Q.!OvnPro.!Run
  2. |
  3. | Startup file for Ovation Pro
  4. |
  5. WimpSlot -min 1388K -max 1388K
  6. |
  7. Run <Obey$Dir>.!Boot
  8. |
  9. |
  10. Set OvationPro$Dir    <Obey$Dir>
  11. Run "<OvationPro$Dir>.Modules.IfExists" <OvationPro$Dir>.!OvnResDir Then Set OvationPro$ResourceDir <OvationPro$Dir>.!OvnResDir
  12. Set OvationPro$CountryDir <OvationPro$ResourceDir>.UK
  13. Set OvationPro$Applets <OvationPro$Dir>.Applets
  14. Set OvationProApplets$Path <OvationPro$Dir>.Applets.,<OvationPro$Dir>.Applets2.
  15. Set OvationPro$Templates Templates
  16. Set OvationPro$Scrap <Wimp$ScrapDir>
  17. Set OvationPro$Printfile Printer:
  18. Set OvationProColour$Path <OvationPro$ResourceDir>.Colours
  19. |
  20. |
  21. | Sort out dictionaries
  22. |
  23. If "<Dictionary$Dir>"="" Then Run "<OvationPro$Dir>.Modules.IfExists" <OvationPro$Dir>.!Words Then Run"<OvationPro$Dir>.!Words"
  24. Set OvationProDictionary$Path <Dictionary$Dir>
  25. Set OvationProUserDictionary$Path <UserDictionary$Dir>
  26. If "<OvationProUserDictionary$Path>" = "" Then Set OvationProUserDictionary$Path <Dictionary$Dir>
  27. |
  28. |
  29. |
  30. RMEnsure UtilityModule  3.10 Error Ovation Pro needs RISC OS 3.10 or later
  31. |
  32. RMEnsure SystemDevices  1.13 Error Ovation Pro needs SystemDevices Module
  33. RMEnsure SpriteUtils    1.04 Error Ovation Pro needs SpriteUtils Module
  34. RMEnsure SpriteExtend   0.20 Error Ovation Pro needs SpriteExtension Module
  35. RMEnsure WindowManager  2.00 Error Ovation Pro needs a newer Window Manager
  36. RMEnsure FontManager    1.15 Error Ovation Pro needs a newer Font Manager
  37. RMEnsure Draw           1.01 Error Ovation Pro needs Draw Module 1.01 or later
  38. |
  39. |
  40. RMEnsure UtilityModule  3.50 If "<NewLook$Loaded>"="" Then IconSprites <OvationPro$ResourceDir>.22Icons3d
  41. |
  42. |
  43. If "<System$Path>" = "" then Error 0 System resources cannot be found
  44. |
  45. RMEnsure FPEmulator     2.80 RMLoad System:Modules.FPEmulator
  46. RMEnsure FPEmulator     2.80 Error Ovation Pro needs FPEmulator 2.80 or later
  47. |
  48. RMEnsure ColourTrans    0.52 RMLoad System:Modules.Colours
  49. RMEnsure ColourTrans    0.52 Error Ovation Pro needs ColourTrans 0.52 or later
  50. |
  51. RMEnsure SharedCLibrary 0.00 RMLoad System:Modules.CLib
  52. RMEnsure SharedCLibrary 3.75 Error Ovation Pro needs SharedCLibrary 3.75 or later
  53. |
  54. RMEnsure BorderUtils 0.00 RMEnsure WindowManager 3.17 Run"<OvationPro$Dir>.Modules.IfExists" System:Modules.BorderUtil Then RMLoad System:Modules.BorderUtil Else RMLoad <OvationPro$Dir>.Modules.BorderUtil
  55. RMEnsure BorderUtils 0.00 RMEnsure WindowManager 3.17 Error Ovation Pro needs the BorderUtils module
  56. |
  57. |
  58. RMEnsure UniversalKey   1.03 RMLoad <OvationPro$Dir>.Modules.UKey
  59. RMEnsure OvationUtils   0.00 RMLoad <OvationPro$Dir>.Modules.Utils
  60. |
  61. WimpSlot -min 1388K -max 1388K
  62. |
  63. Run "<OvationPro$Dir>.!RunImage" %*0
  64.